searchbar: Derive from GtkWidget
authorMatthias Clasen <mclasen@redhat.com>
Sun, 3 May 2020 13:56:40 +0000 (09:56 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 May 2020 02:53:08 +0000 (22:53 -0400)
commit3a9883b3cadbccd42e19c93d226883f3befbc1b2
tree0816bda5059d0a8ebe2b88c56804e3fc7c76f761
parent99ef14b59fde5bfb2dbfdb0f1b7fe49b8550ddf5
searchbar: Derive from GtkWidget

We want to remove GtkBin and GtkContainer as they don't
provide much useful functionality anymore.

We have to implement GtkBuildable, in order to keep
the <child> element in ui files working for search bars.

See #2681
gtk/gtksearchbar.c
gtk/gtksearchbar.h